inscription: Add missing Since annotations
authorJordan Petridis <jordan@centricular.com>
Thu, 16 Jun 2022 21:15:46 +0000 (00:15 +0300)
committerJordan Petridis <jordan@centricular.com>
Thu, 16 Jun 2022 21:15:46 +0000 (00:15 +0300)
gtk/gtkinscription.c
gtk/gtkinscription.h

index f44937fa699c8b6d7d04e6256aab0e2f6b1d52fd..60556684fdf299ed0c162cb7098691ac9231b7ea 100644 (file)
@@ -43,6 +43,8 @@
  *
  * As it is a common occurrence that text doesn't fit, users of this widget should
  * plan for that case.
+ *
+ * Since: 4.8
  */
 
 /* 3 chars are enough to display ellipsizing "..." */
index 41b2738fd87fd3b7e4c8a96abe52519530efe7d0..164d05991ababd0424d4ab8335b4a60179557d2c 100644 (file)
@@ -39,6 +39,8 @@ G_BEGIN_DECLS
  *
  * The different methods to handle text in #GtkInscription when it doesn't
  * fit the available space.
+ *
+ * Since: 4.8
  */
 typedef enum {
   GTK_INSCRIPTION_OVERFLOW_CLIP,